Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1KeyedList<TKey,TItem> Class / Add Method
The page item to add.

In This Topic
    Add Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Adds the item to document pages.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As TItem _
    ) As Integer
    public int Add( 
       TItem item
    )

    Parameters

    item
    The page item to add.

    Return Value

    The zero-based index of the added element.
    See Also